home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Libraries / SAT 2.4.0 / SAT / Demo ƒ / HeartQuest demo ƒ / HeartQuest demo notes < prev    next >
Encoding:
Text File  |  1997-02-16  |  1.2 KB  |  20 lines  |  [TEXT/ttxt]

  1. HeartQuest as SAT demo
  2. ======================
  3.  
  4. HeartQuest is the biggest demo in SAT. This obviously makes it hardest to grasp, but it includes a bunch of useful routines that you may need, including:
  5.  
  6. • Menu and window handling, using the TransSkel package.
  7. • A score and level display, updated using SAT's background modification functions.
  8. • High score list.
  9. • Crystal Quest-style mouse control using fixed-point numbers. (Note: never use floating point in an arcade game!)
  10. • Optionally zooms to fill the entire screen (though the sprites stay the same size).
  11. • Dithered background generated on-line by QuickDraw calls.
  12. • Preference file in the appropriate place in the system folder.
  13. • Uses SATSetStrings to make it possible to localize without recompiling.
  14.  
  15. Please note that this is an old game that I wrote five years ago. Much of my coding style has changed, which is evident from the parts I have updated more recently. Sorry, but I donät have time for the complete rewrite it would take to clean it up. The dialog centering code is pretty obsolete by now; it is better to do it with the options in ResEdit.
  16.  
  17. There is no C version yet. Any volounteers?
  18.  
  19. Binary not included, since it will be distributed separately.
  20.